home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / albgene4.dir / 01091_Script_1091 < prev    next >
Text File  |  1983-01-30  |  512b  |  25 lines

  1. on idle
  2.   global cisei,menuindice,simon,gr,men,funzioni,correlati
  3.   if offset ("pop", string (the windowlist)) and the mousedown then 
  4.     curfinmetti
  5.   end if
  6.   
  7.   if correlati <> ""  and offset (":",correlati) then
  8.     set tmp to correlati
  9.     toglipopart
  10.     go to movie tmp
  11.     exit
  12.   end if
  13.   
  14.   if gr=false then
  15.     if rollover (47) and not cisei then
  16.       chiamamenubar
  17.       exit  
  18.     end if
  19.     if the mouseV < 418  and cisei then
  20.       toglimenubar
  21.     end if
  22.   END IF
  23.   
  24. end
  25.